home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / utl105.zip / RUN.TXT < prev   
Text File  |  1990-07-10  |  3KB  |  113 lines

  1. Run Copyright 1989, 1990 by Dragons Eye Software
  2. Last Updated: 06/18/90    Version 1.2
  3. Michael S. Harrison CIS 76057,101
  4.  
  5.  
  6. RUN.EXE is a Windows program that executes other windows programs.
  7. Run was created because I needed some way to execute more than one
  8. application from the DOS command line and I could not find anything
  9. that would do this for me (without costing me memory or more time
  10. than I could afford) hence Run was born.
  11.  
  12.  
  13.  
  14.  
  15.   To use Run just execute it from the DOS command line as:
  16.  
  17.   WIN RUN <APPNAME...>
  18.  
  19.   APPNAME... can be one or more application names separated by commas that
  20. are either in the current directory or along the path variable.  For example:
  21.  
  22.   WIN RUN CONTROL, CLOCK.EXE, TERMINAL
  23.  
  24.   Will execute the Control Panel, Windows Clock and the Windows Terminal 
  25. program in that order as though the user had clicked on them from the
  26. MSDOS executive.
  27.   Run assumes that the program will have an extension of .EXE if no
  28. extension is supplied.
  29.  
  30.  
  31.  
  32.   To use Run from the MSDOS Executive just select File/Run and type in:
  33.  
  34.   RUN <APPNAME...>
  35.  
  36.   APPNAME... here is the same as above.
  37.  
  38.  
  39.  
  40. You may also add a command line to the program that you are telling Run to 
  41. execute.  For Example:
  42.  
  43.   RUN CONTROL, WRITE TEST.DOC, CLOCK
  44.  
  45.   Will execute the Control Panel then Run will execute Write with the
  46. command line "TEST.DOC" so that Write will open the file upon startup,
  47. and then Run will execute the Clock application.
  48.  
  49.  
  50.  
  51.  
  52. ***** New with version 1.2
  53.   You may now add an entry to your WIN.INI that will cause Run to
  54. startup with a default command line.  If you start Run with no
  55. command line and the following two (2) lines:
  56.  
  57. [DE-RUN]
  58. Command="write, control, notepad win.ini"
  59.  
  60. are in your WIN.INI, then Run will automatically use the above string
  61. as the command line to execute.  The string "write, control, notepad win.ini"
  62. shown above should be replaced with a set of programs you want
  63. executed.
  64.   If you do not have the above entry in your WIN.INI and you start
  65. Run with a blank command line, then Run will attempt to open your
  66. WIN.INI file using the Notepad application.  To Prevent this you
  67. should add the two lines shown above to your WIN.INI and set Command
  68. to "".  For example:
  69.  
  70. [DE-RUN]
  71. Command=""
  72.  
  73. will cause Run to do nothing at all if started with a blank command
  74. line.
  75.  
  76.  
  77.   If you see the message: "Invalid WIN.INI Entry" and the Notepad
  78. opens with your WIN.INI file displayed then Run could not find the
  79. Command entry in the [DE-RUN] section of your WIN.INI file.  In order
  80. to prevent this happening again you should make certain that the
  81. section in your WIN.INI matches that shown above.
  82.  
  83.  
  84.  
  85.  
  86.   If you have any questions or comments please message me at the above
  87. Compuserve address.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97. Revision History
  98. ----------------
  99.  
  100.  
  101. 06/18/90    1.2    Added an entry in the WIN.INI that allows the
  102.             user to execute Run with a default command line.
  103.             Useful when loading several apps when starting
  104.             Windows.
  105.  
  106.  
  107. 06/15/90    1.1    Implemented separate command lines for the
  108.             programs that Run executes.
  109.             converted for Windows 3.0
  110.  
  111.  
  112.         1.0    Initial release for Win 2.11 - no frills version.
  113.